home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / ietf / urn / urn-archives / urn-ietf.archive.9608 / 000012_owner-urn-ietf _Thu Aug 15 10:59:27 1996.msg < prev    next >
Internet Message Format  |  1997-02-19  |  2KB

  1. Received: (from daemon@localhost) by services.bunyip.com (8.6.10/8.6.9) id KAA03800 for urn-ietf-out; Thu, 15 Aug 1996 10:59:27 -0400
  2. Received: from mocha.bunyip.com (mocha.Bunyip.Com [192.197.208.1]) by services.bunyip.com (8.6.10/8.6.9) with SMTP id KAA03793 for <urn-ietf@services.bunyip.com>; Thu, 15 Aug 1996 10:59:25 -0400
  3. Received: from acl.lanl.gov by mocha.bunyip.com with SMTP (5.65a/IDA-1.4.2b/CC-Guru-2b)
  4.         id AA11658  (mail destined for urn-ietf@services.bunyip.com); Thu, 15 Aug 96 10:59:23 -0400
  5. Received: from legiron.acl.lanl.gov (legiron.acl.lanl.gov [128.165.147.188]) by acl.lanl.gov (8.7.3/8.7.3) with SMTP id IAA01269; Thu, 15 Aug 1996 08:59:18 -0600 (MDT)
  6. Message-Id: <2.2.32.19960815150431.006fbd60@acl.lanl.gov>
  7. X-Sender: rdaniel@acl.lanl.gov
  8. X-Mailer: Windows Eudora Pro Version 2.2 (32)
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset="us-ascii"
  11. Date: Thu, 15 Aug 1996 09:04:31 -0600
  12. To: Harald.T.Alvestrand@uninett.no
  13. From: Ron Daniel <rdaniel@acl.lanl.gov>
  14. Subject: Re: [URN] nasty rewriting rules
  15. Cc: urn-ietf@bunyip.com
  16. Sender: owner-urn-ietf@services.bunyip.com
  17. Precedence: bulk
  18. Reply-To: Ron Daniel <rdaniel@acl.lanl.gov>
  19. Errors-To: owner-urn-ietf@bunyip.com
  20.  
  21. Thus spoke Harald.T.Alvestrand@uninett.no (at least at 12:28 PM 8/15/96 +0200)
  22.  
  23. >There's a regexp description in Appendix E of RFC 1801.
  24. >Note that this does NOT define substitution syntax, which URNs need,
  25. >and for which there are 2 main variants: PERL and SED; one uses
  26. >\( \) and the other uses ( ) as delimiters, I believe.
  27.  
  28. One difference is that sed-style regexps use \1 \2 etc. for inserting
  29. matches in substitution operations, while perl uses $1 $2 etc. Perl
  30. also provides things like \w for matching words, \W for matching non-words,
  31. etc. that I do not recall being in sed-style regexps. There are, no
  32. doubt, many smaller differences. For example, in Perl, '.' does not
  33. match a newline character.
  34.  
  35. Regards,
  36.  
  37.  
  38. Ron Daniel Jr.                       email: rdaniel@lanl.gov
  39. Advanced Computing Lab               voice: +1 505 665 0597
  40. MS B287                                fax: +1 505 665 4939
  41. Los Alamos National Laboratory        http://www.acl.lanl.gov/~rdaniel/
  42. Los Alamos, NM, USA  87545       tautology:"Conformity is very popular"
  43.